home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 125 / MacAddict_125_2007_01.iso / Software / Interface / DockFun 4.7.dmg / DockFun!.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-05-27  |  3KB  |  103 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>dockfunDock</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>dockDoc.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>Dock</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>DDOK</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Editor</string>
  24.             <key>NSDocumentClass</key>
  25.             <string>SavedDock</string>
  26.         </dict>
  27.         <dict>
  28.             <key>CFBundleTypeExtensions</key>
  29.             <array>
  30.                 <string>dockfunDocks</string>
  31.             </array>
  32.             <key>CFBundleTypeIconFile</key>
  33.             <string>docksDoc.icns</string>
  34.             <key>CFBundleTypeName</key>
  35.             <string>DocksArchive</string>
  36.             <key>CFBundleTypeOSTypes</key>
  37.             <array>
  38.                 <string>ADOK</string>
  39.             </array>
  40.             <key>CFBundleTypeRole</key>
  41.             <string>Editor</string>
  42.             <key>NSDocumentClass</key>
  43.             <string>SavedDocksArchive</string>
  44.         </dict>
  45.     </array>
  46.     <key>CFBundleExecutable</key>
  47.     <string>DockFun!</string>
  48.     <key>CFBundleIconFile</key>
  49.     <string>DFicon.icns</string>
  50.     <key>CFBundleIdentifier</key>
  51.     <string>com.donelleschi.dockfun4</string>
  52.     <key>CFBundleInfoDictionaryVersion</key>
  53.     <string>6.0</string>
  54.     <key>CFBundlePackageType</key>
  55.     <string>APPL</string>
  56.     <key>CFBundleSignature</key>
  57.     <string>DFUN</string>
  58.     <key>CFBundleVersion</key>
  59.     <string>4.7</string>
  60.     <key>JMDApp</key>
  61.     <dict>
  62.         <key>Application Signature</key>
  63.         <integer>7436058</integer>
  64.         <key>Developer Signature</key>
  65.         <string>John MacDonnell (john@donelleschi.com)</string>
  66.         <key>Feedback Email</key>
  67.         <string>feedback@donelleschi.com</string>
  68.         <key>Info Purchase Email</key>
  69.         <string>info@donelleschi.com</string>
  70.         <key>Preferences Controller Class Name</key>
  71.         <string>preferencesController</string>
  72.         <key>Preferences Nib File</key>
  73.         <string>preferences</string>
  74.         <key>Price</key>
  75.         <string>19.95$</string>
  76.         <key>Splash Nib File</key>
  77.         <string>Splash</string>
  78.         <key>Web Site</key>
  79.         <string>http://www.donelleschi.com/dockfun/</string>
  80.         <key>Web Store URL</key>
  81.         <string>http://www.donelleschi.com/store/</string>
  82.     </dict>
  83.     <key>JMDDonelleschiIntroducingPage</key>
  84.     <dict>
  85.         <key>Introducing Page Source</key>
  86.         <string>introducingDockFunVideo.swf</string>
  87.         <key>Show At Startup</key>
  88.         <true/>
  89.     </dict>
  90.     <key>JMDDonelleschiSoftwareUpdate</key>
  91.     <dict>
  92.         <key>Current Version</key>
  93.         <integer>4700</integer>
  94.         <key>Software Update Source</key>
  95.         <string>http://www.donelleschi.com/dockfun/dockFunAutoUpdate.xml</string>
  96.     </dict>
  97.     <key>NSMainNibFile</key>
  98.     <string>MainMenu</string>
  99.     <key>NSPrincipalClass</key>
  100.     <string>SBApplication</string>
  101. </dict>
  102. </plist>
  103.